Trivial File Transfer Protocol - traduzione in Inglese
Diclib.com
Dizionario in linea

Trivial File Transfer Protocol - traduzione in Inglese

VERY BASIC TRANSFER PROTOCOL OVER UDP
TFTP; Trivial file transfer protocol; Tftp; Tftpd
  • (W2) Server S acknowledges request
  • (R3) Host A acknowledges data packet 1
  • (R2) Server S sends data packet 1
  • (W3) Host A sends numbered data packets
  • (R1) Host A requests to read
  • (W1) Host A requests to write

Trivial File Transfer Protocol         
eenvoudig protocol voor overdracht van bestanden, eenvoudige wijze van FTP waarbij de identiteit van de gebruiker niet te achterhalen is
anonymous FTP         
  • Illustration of starting a passive connection using port 21
STANDARD PROTOCOL FOR TRANSFERRING FILES OVER TCP/IP NETWORKS
Ftp; Anonymous FTP; FTP Server; FTP servers; FTP client; Simple File Transfer Protocol; File transfer protocol; FTP over SSH; Secure ftp; FTP Client; FTP site; File-Transfer Protocol; Ftp://; Port 21; PWD (FTP command); Standard file transfer protocols; FTP access; Mode Z compression; Ftpd; FTP protocol; Port 115; PASV; FTP URL; FTP; RFC 0959
anonieme FTP, de normale manier van uitwisselen van bestanden van een FTP lokatie op het internet
file transfer protocol         
  • Illustration of starting a passive connection using port 21
STANDARD PROTOCOL FOR TRANSFERRING FILES OVER TCP/IP NETWORKS
Ftp; Anonymous FTP; FTP Server; FTP servers; FTP client; Simple File Transfer Protocol; File transfer protocol; FTP over SSH; Secure ftp; FTP Client; FTP site; File-Transfer Protocol; Ftp://; Port 21; PWD (FTP command); Standard file transfer protocols; FTP access; Mode Z compression; Ftpd; FTP protocol; Port 115; PASV; FTP URL; FTP; RFC 0959
protocol voor het uitwisselen van bestanden

Definizione

SSH File Transfer Protocol
<networking> (SFTP) A version of File Transfer Protocol (FTP) using an encrypted network connection provided by Secure Shell (SSH), usually SSH 2. The SFTP protocol allows for a range of operations on remote files, making it more like a remote file system protocol. SFTP clients can resume interrupted transfers, get directory listings and remove remote files. SFTP has largely replaced Secure Copy (SCP). {IETF spec (http://ietf.org/internet-drafts/draft-ietf-secsh-filexfer-13.txt)}. (2006-09-28)

Wikipedia

Trivial File Transfer Protocol

Trivial File Transfer Protocol (TFTP) is a simple lockstep File Transfer Protocol which allows a client to get a file from or put a file onto a remote host. One of its primary uses is in the early stages of nodes booting from a local area network. TFTP has been used for this application because it is very simple to implement.

TFTP was first standardized in 1981 and the current specification for the protocol can be found in RFC 1350.